Skip to content

chore: bump the production-dependencies group across 1 directory with 8 updates#8816

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/production-dependencies-6eda008010
Closed

chore: bump the production-dependencies group across 1 directory with 8 updates#8816
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/production-dependencies-6eda008010

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 16, 2026

Bumps the production-dependencies group with 8 updates in the / directory:

Package From To
tinyglobby 0.2.15 0.2.16
react 19.2.4 19.2.5
simple-git 3.35.2 3.36.0
@docusaurus/core 3.9.2 3.10.0
@docusaurus/plugin-client-redirects 3.9.2 3.10.0
@docusaurus/preset-classic 3.9.2 3.10.0
@docusaurus/remark-plugin-npm2yarn 3.9.2 3.10.0
react-dom 19.2.4 19.2.5

Updates tinyglobby from 0.2.15 to 0.2.16

Release notes

Sourced from tinyglobby's releases.

0.2.16

Fixed

Changed

  • Overhauled and optimized most internals by @​Torathion
  • Ignore patterns are no longer compiled twice by @​webpro

Consider sponsoring if you'd like to support the development of this project and the goal of reaching a lighter and faster ecosystem

Changelog

Sourced from tinyglobby's changelog.

0.2.16

Fixed

Changed

  • Overhauled and optimized most internals by Torathion
  • Ignore patterns are no longer compiled twice by webpro
Commits
  • 5779202 release 0.2.16
  • 071954f bump deps once more
  • e541dde do not import the whole fs module
  • 2381b76 fix root being too broad
  • 0addeb9 chore(deps): update all non-major dependencies (#191)
  • 91ac26c chore(deps): update pnpm/action-setup action to v5 (#192)
  • c50558e upgrade picomatch (and everything else)
  • 6185175 chore(deps): update dependency picomatch to v4.0.4 [security] (#193)
  • 49c2b93 enable pnpm trustPolicy
  • bc825c4 chore(deps): update all non-major dependencies (#181)
  • Additional commits viewable in compare view

Updates react from 19.2.4 to 19.2.5

Release notes

Sourced from react's releases.

19.2.5 (April 8th, 2026)

React Server Components

Commits

Updates simple-git from 3.35.2 to 3.36.0

Release notes

Sourced from simple-git's releases.

simple-git@3.36.0

Minor Changes

  • 89a2294: Extend known exploitable configuration keys and per-task environment variables.

    Note - ParsedVulnerabilities from argv-parser is removed in favour of a readonly array of Vulnerability to match usage in simple-git, rolled into the new vulnerabilityCheck for simpler access to the identified issues.

    Thanks to @​zebbern for identifying the need to block core.fsmonitor. Thanks to @​kodareef5 for identifying the need to block GIT_CONFIG_COUNT environment variables and --template / merge related config.

Patch Changes

  • 1ad57e8: Remove conflicting node:buffer import
  • Updated dependencies [89a2294]
  • Updated dependencies [675570a]
    • @​simple-git/argv-parser@​1.1.0
    • @​simple-git/args-pathspec@​1.0.3
Changelog

Sourced from simple-git's changelog.

3.36.0

Minor Changes

  • 89a2294: Extend known exploitable configuration keys and per-task environment variables.

    Note - ParsedVulnerabilities from argv-parser is removed in favour of a readonly array of Vulnerability to match usage in simple-git, rolled into the new vulnerabilityCheck for simpler access to the identified issues.

    Thanks to @​zebbern for identifying the need to block core.fsmonitor. Thanks to @​kodareef5 for identifying the need to block GIT_CONFIG_COUNT environment variables and --template / merge related config.

Patch Changes

  • 1ad57e8: Remove conflicting node:buffer import
  • Updated dependencies [89a2294]
  • Updated dependencies [675570a]
    • @​simple-git/argv-parser@​1.1.0
    • @​simple-git/args-pathspec@​1.0.3
Commits

Updates @docusaurus/core from 3.9.2 to 3.10.0

Release notes

Sourced from @​docusaurus/core's releases.

3.10.0 (2026-04-07)

🚀 New Feature

  • docusaurus-types, docusaurus
    • #11896 feat(core): add future.v4.mdx1CompatDisabledByDefault flag (@​slorber)
    • #11797 feat(core): promote siteConfig.storage to stable + add future.v4.siteStorageNamespacing flag [Claude] (@​slorber)
    • #11571 feat(core): support custom html elements in head tags (@​lebalz)
  • create-docusaurus
    • #11897 feat(create-docusaurus): update init template to .mdx extension and strict MDX syntax (@​slorber)
    • #11696 feat(create-docusaurus): Newly initialized TS sites should use "strict: true" (@​slorber)
    • #11611 feat(create-docusaurus): enable creation in current directory (@​Mcheung7272)
  • Other
    • #11874 feat(ci): improve npm supply chain security - improve Dependabot config (@​slorber)
    • #11712 feat(publish): Use trusted publishing (OIDC) for canary releases (@​slorber)
  • create-docusaurus, docusaurus-bundler, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-plugin-pwa, docusaurus-types, docusaurus
    • #11802 feat(core): Docusaurus Faster is stable + v4 future flag turns it on by default (@​slorber)
  • docusaurus-mdx-loader, docusaurus-utils, docusaurus
    • #11777 feat(cli): write-heading-ids CLI now supports the --syntax and --migrate options (@​slorber)
  • docusaurus-mdx-loader
    • #11755 feat(mdx-loader): add support for explicit headingId based on MD/MDX comments (@​slorber)
  • docusaurus-theme-live-codeblock, docusaurus-theme-translations
  • docusaurus-theme-classic, docusaurus-theme-common
    • #11734 feat(theme): Split <DocCard>, improve extensibility, better handling of emoji icons, stable classNames (@​slorber)
    • #11733 feat(theme): Use React context for <Tabs>, allow custom <TabItem> components (@​slorber)
  • docusaurus-faster, docusaurus
    • #11715 feat(bundler): upgrade to Rspack 1.7, remove useless experimental feature flags (@​slorber)
  • docusaurus-plugin-content-pages
  • docusaurus-mdx-loader, docusaurus-theme-classic
    • #11642 feat(mdx-loader): add admonitions directive support for class/id shortcuts (@​lebalz)
  • docusaurus-theme-classic
  • docusaurus-theme-search-algolia
  • create-docusaurus, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-plugin-sitemap, docusaurus-types, docusaurus-utils, docusaurus
    • #11512 feat(core): New siteConfig future.experimental_vcs API + future.experimental_faster.gitEagerVcs flag (@​slorber)

🐛 Bug Fix

  • docusaurus
    • #11844 fix(core): fix url.resolve() Node.js deprecation warning (@​slorber)
    • #11833 fix(core): upgrade serve handler min version to for upgrade users to a secure version (@​BearAlliance)
    • #11763 fix(cli): fix write-heading-ids CLI when no files provided (@​slorber)
    • #11693 fix(core): Remove deprecated experiments.lazyBarrel config for RsPack (@​VedikaGupt)
    • #11604 fix(core): webpack aliases shouldn't be created for test files and typedefs (@​slorber)
    • #11603 fix(core): Fix openBrowser AppleScript support for Arc (@​slorber)
    • #11579 fix(core): in isInternalUrl(), URI protocol scheme detection should implement the spec more strictly (@​slorber)

... (truncated)

Changelog

Sourced from @​docusaurus/core's changelog.

3.10.0 (2026-04-07)

🚀 New Feature

  • docusaurus-types, docusaurus
    • #11896 feat(core): add future.v4.mdx1CompatDisabledByDefault flag (@​slorber)
    • #11797 feat(core): promote siteConfig.storage to stable + add future.v4.siteStorageNamespacing flag [Claude] (@​slorber)
    • #11571 feat(core): support custom html elements in head tags (@​lebalz)
  • create-docusaurus
    • #11897 feat(create-docusaurus): update init template to .mdx extension and strict MDX syntax (@​slorber)
    • #11696 feat(create-docusaurus): Newly initialized TS sites should use "strict: true" (@​slorber)
    • #11611 feat(create-docusaurus): enable creation in current directory (@​Mcheung7272)
  • Other
    • #11874 feat(ci): improve npm supply chain security - improve Dependabot config (@​slorber)
    • #11712 feat(publish): Use trusted publishing (OIDC) for canary releases (@​slorber)
  • create-docusaurus, docusaurus-bundler, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-plugin-pwa, docusaurus-types, docusaurus
    • #11802 feat(core): Docusaurus Faster is stable + v4 future flag turns it on by default (@​slorber)
  • docusaurus-mdx-loader, docusaurus-utils, docusaurus
    • #11777 feat(cli): write-heading-ids CLI now supports the --syntax and --migrate options (@​slorber)
  • docusaurus-mdx-loader
    • #11755 feat(mdx-loader): add support for explicit headingId based on MD/MDX comments (@​slorber)
  • docusaurus-theme-live-codeblock, docusaurus-theme-translations
  • docusaurus-theme-classic, docusaurus-theme-common
    • #11734 feat(theme): Split <DocCard>, improve extensibility, better handling of emoji icons, stable classNames (@​slorber)
    • #11733 feat(theme): Use React context for <Tabs>, allow custom <TabItem> components (@​slorber)
  • docusaurus-faster, docusaurus
    • #11715 feat(bundler): upgrade to Rspack 1.7, remove useless experimental feature flags (@​slorber)
  • docusaurus-plugin-content-pages
  • docusaurus-mdx-loader, docusaurus-theme-classic
    • #11642 feat(mdx-loader): add admonitions directive support for class/id shortcuts (@​lebalz)
  • docusaurus-theme-classic
  • docusaurus-theme-search-algolia
  • create-docusaurus, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-plugin-sitemap, docusaurus-types, docusaurus-utils, docusaurus
    • #11512 feat(core): New siteConfig future.experimental_vcs API + future.experimental_faster.gitEagerVcs flag (@​slorber)

🐛 Bug Fix

  • docusaurus
    • #11844 fix(core): fix url.resolve() Node.js deprecation warning (@​slorber)
    • #11833 fix(core): upgrade serve handler min version to for upgrade users to a secure version (@​BearAlliance)
    • #11763 fix(cli): fix write-heading-ids CLI when no files provided (@​slorber)
    • #11693 fix(core): Remove deprecated experiments.lazyBarrel config for RsPack (@​VedikaGupt)
    • #11604 fix(core): webpack aliases shouldn't be created for test files and typedefs (@​slorber)
    • #11603 fix(core): Fix openBrowser AppleScript support for Arc (@​slorber)
    • #11579 fix(core): in isInternalUrl(), URI protocol scheme detection should implement the spec more strictly (@​slorber)

... (truncated)

Commits
  • 0d98888 v3.10.0
  • 4892e7f feat(core): add future.v4.mdx1CompatDisabledByDefault flag (#11896)
  • 543eaeb fix(core): fix url.resolve() Node.js deprecation warning (#11844)
  • 1a52592 fix(faster): upgrade Rspack, fix Yarn PnP support (#11817)
  • 4a0273f fix(create-docusaurus): fix support for TypeScript 6.0 + fix our CI (#11843)
  • f659aef fix(core): upgrade serve handler min version to for upgrade users to a secure...
  • 1451780 chore(ci): fixes for the npm trusted publishing workflow (#11823)
  • 5dff744 chore(ci): add Trusted Publishing release workflow through dispatch action (#...
  • 29c3b5c feat(core): Docusaurus Faster is stable + v4 future flag turns it on by defau...
  • 2a7f8b9 feat(core): promote siteConfig.storage to stable + add `future.v4.siteStora...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​docusaurus/core since your current version.


Updates @docusaurus/plugin-client-redirects from 3.9.2 to 3.10.0

Release notes

Sourced from @​docusaurus/plugin-client-redirects's releases.

3.10.0 (2026-04-07)

🚀 New Feature

  • docusaurus-types, docusaurus
    • #11896 feat(core): add future.v4.mdx1CompatDisabledByDefault flag (@​slorber)
    • #11797 feat(core): promote siteConfig.storage to stable + add future.v4.siteStorageNamespacing flag [Claude] (@​slorber)
    • #11571 feat(core): support custom html elements in head tags (@​lebalz)
  • create-docusaurus
    • #11897 feat(create-docusaurus): update init template to .mdx extension and strict MDX syntax (@​slorber)
    • #11696 feat(create-docusaurus): Newly initialized TS sites should use "strict: true" (@​slorber)
    • #11611 feat(create-docusaurus): enable creation in current directory (@​Mcheung7272)
  • Other
    • #11874 feat(ci): improve npm supply chain security - improve Dependabot config (@​slorber)
    • #11712 feat(publish): Use trusted publishing (OIDC) for canary releases (@​slorber)
  • create-docusaurus, docusaurus-bundler, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-plugin-pwa, docusaurus-types, docusaurus
    • #11802 feat(core): Docusaurus Faster is stable + v4 future flag turns it on by default (@​slorber)
  • docusaurus-mdx-loader, docusaurus-utils, docusaurus
    • #11777 feat(cli): write-heading-ids CLI now supports the --syntax and --migrate options (@​slorber)
  • docusaurus-mdx-loader
    • #11755 feat(mdx-loader): add support for explicit headingId based on MD/MDX comments (@​slorber)
  • docusaurus-theme-live-codeblock, docusaurus-theme-translations
  • docusaurus-theme-classic, docusaurus-theme-common
    • #11734 feat(theme): Split <DocCard>, improve extensibility, better handling of emoji icons, stable classNames (@​slorber)
    • #11733 feat(theme): Use React context for <Tabs>, allow custom <TabItem> components (@​slorber)
  • docusaurus-faster, docusaurus
    • #11715 feat(bundler): upgrade to Rspack 1.7, remove useless experimental feature flags (@​slorber)
  • docusaurus-plugin-content-pages
  • docusaurus-mdx-loader, docusaurus-theme-classic
    • #11642 feat(mdx-loader): add admonitions directive support for class/id shortcuts (@​lebalz)
  • docusaurus-theme-classic
  • docusaurus-theme-search-algolia
  • create-docusaurus, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-plugin-sitemap, docusaurus-types, docusaurus-utils, docusaurus
    • #11512 feat(core): New siteConfig future.experimental_vcs API + future.experimental_faster.gitEagerVcs flag (@​slorber)

🐛 Bug Fix

  • docusaurus
    • #11844 fix(core): fix url.resolve() Node.js deprecation warning (@​slorber)
    • #11833 fix(core): upgrade serve handler min version to for upgrade users to a secure version (@​BearAlliance)
    • #11763 fix(cli): fix write-heading-ids CLI when no files provided (@​slorber)
    • #11693 fix(core): Remove deprecated experiments.lazyBarrel config for RsPack (@​VedikaGupt)
    • #11604 fix(core): webpack aliases shouldn't be created for test files and typedefs (@​slorber)
    • #11603 fix(core): Fix openBrowser AppleScript support for Arc (@​slorber)
    • #11579 fix(core): in isInternalUrl(), URI protocol scheme detection should implement the spec more strictly (@​slorber)

... (truncated)

Changelog

Sourced from @​docusaurus/plugin-client-redirects's changelog.

3.10.0 (2026-04-07)

🚀 New Feature

  • docusaurus-types, docusaurus
    • #11896 feat(core): add future.v4.mdx1CompatDisabledByDefault flag (@​slorber)
    • #11797 feat(core): promote siteConfig.storage to stable + add future.v4.siteStorageNamespacing flag [Claude] (@​slorber)
    • #11571 feat(core): support custom html elements in head tags (@​lebalz)
  • create-docusaurus
    • #11897 feat(create-docusaurus): update init template to .mdx extension and strict MDX syntax (@​slorber)
    • #11696 feat(create-docusaurus): Newly initialized TS sites should use "strict: true" (@​slorber)
    • #11611 feat(create-docusaurus): enable creation in current directory (@​Mcheung7272)
  • Other
    • #11874 feat(ci): improve npm supply chain security - improve Dependabot config (@​slorber)
    • #11712 feat(publish): Use trusted publishing (OIDC) for canary releases (@​slorber)
  • create-docusaurus, docusaurus-bundler, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-plugin-pwa, docusaurus-types, docusaurus
    • #11802 feat(core): Docusaurus Faster is stable + v4 future flag turns it on by default (@​slorber)
  • docusaurus-mdx-loader, docusaurus-utils, docusaurus
    • #11777 feat(cli): write-heading-ids CLI now supports the --syntax and --migrate options (@​slorber)
  • docusaurus-mdx-loader
    • #11755 feat(mdx-loader): add support for explicit headingId based on MD/MDX comments (@​slorber)
  • docusaurus-theme-live-codeblock, docusaurus-theme-translations
  • docusaurus-theme-classic, docusaurus-theme-common
    • #11734 feat(theme): Split <DocCard>, improve extensibility, better handling of emoji icons, stable classNames (@​slorber)
    • #11733 feat(theme): Use React context for <Tabs>, allow custom <TabItem> components (@​slorber)
  • docusaurus-faster, docusaurus
    • #11715 feat(bundler): upgrade to Rspack 1.7, remove useless experimental feature flags (@​slorber)
  • docusaurus-plugin-content-pages
  • docusaurus-mdx-loader, docusaurus-theme-classic
    • #11642 feat(mdx-loader): add admonitions directive support for class/id shortcuts (@​lebalz)
  • docusaurus-theme-classic
  • docusaurus-theme-search-algolia
  • create-docusaurus, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-plugin-sitemap, docusaurus-types, docusaurus-utils, docusaurus
    • #11512 feat(core): New siteConfig future.experimental_vcs API + future.experimental_faster.gitEagerVcs flag (@​slorber)

🐛 Bug Fix

  • docusaurus
    • #11844 fix(core): fix url.resolve() Node.js deprecation warning (@​slorber)
    • #11833 fix(core): upgrade serve handler min version to for upgrade users to a secure version (@​BearAlliance)
    • #11763 fix(cli): fix write-heading-ids CLI when no files provided (@​slorber)
    • #11693 fix(core): Remove deprecated experiments.lazyBarrel config for RsPack (@​VedikaGupt)
    • #11604 fix(core): webpack aliases shouldn't be created for test files and typedefs (@​slorber)
    • #11603 fix(core): Fix openBrowser AppleScript support for Arc (@​slorber)
    • #11579 fix(core): in isInternalUrl(), URI protocol scheme detection should implement the spec more strictly (@​slorber)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​docusaurus/plugin-client-redirects since your current version.


Updates @docusaurus/preset-classic from 3.9.2 to 3.10.0

Release notes

Sourced from @​docusaurus/preset-classic's releases.

3.10.0 (2026-04-07)

🚀 New Feature

  • docusaurus-types, docusaurus
    • #11896 feat(core): add future.v4.mdx1CompatDisabledByDefault flag (@​slorber)
    • #11797 feat(core): promote siteConfig.storage to stable + add future.v4.siteStorageNamespacing flag [Claude] (@​slorber)
    • #11571 feat(core): support custom html elements in head tags (@​lebalz)
  • create-docusaurus
    • #11897 feat(create-docusaurus): update init template to .mdx extension and strict MDX syntax (@​slorber)
    • #11696 feat(create-docusaurus): Newly initialized TS sites should use "strict: true" (@​slorber)
    • #11611 feat(create-docusaurus): enable creation in current directory (@​Mcheung7272)
  • Other
    • #11874 feat(ci): improve npm supply chain security - improve Dependabot config (@​slorber)
    • #11712 feat(publish): Use trusted publishing (OIDC) for canary releases (@​slorber)
  • create-docusaurus, docusaurus-bundler, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-plugin-pwa, docusaurus-types, docusaurus
    • #11802 feat(core): Docusaurus Faster is stable + v4 future flag turns it on by default (@​slorber)
  • docusaurus-mdx-loader, docusaurus-utils, docusaurus
    • #11777 feat(cli): write-heading-ids CLI now supports the --syntax and --migrate options (@​slorber)
  • docusaurus-mdx-loader
    • #11755 feat(mdx-loader): add support for explicit headingId based on MD/MDX comments (@​slorber)
  • docusaurus-theme-live-codeblock, docusaurus-theme-translations
  • docusaurus-theme-classic, docusaurus-theme-common
    • #11734 feat(theme): Split <DocCard>, improve extensibility, better handling of emoji icons, stable classNames (@​slorber)
    • #11733 feat(theme): Use React context for <Tabs>, allow custom <TabItem> components (@​slorber)
  • docusaurus-faster, docusaurus
    • #11715 feat(bundler): upgrade to Rspack 1.7, remove useless experimental feature flags (@​slorber)
  • docusaurus-plugin-content-pages
  • docusaurus-mdx-loader, docusaurus-theme-classic
    • #11642 feat(mdx-loader): add admonitions directive support for class/id shortcuts (@​lebalz)
  • docusaurus-theme-classic
  • docusaurus-theme-search-algolia
  • create-docusaurus, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-plugin-sitemap, docusaurus-types, docusaurus-utils, docusaurus
    • #11512 feat(core): New siteConfig future.experimental_vcs API + future.experimental_faster.gitEagerVcs flag (@​slorber)

🐛 Bug Fix

  • docusaurus
    • #11844 fix(core): fix url.resolve() Node.js deprecation warning (@​slorber)
    • #11833 fix(core): upgrade serve handler min version to for upgrade users to a secure version (@​BearAlliance)
    • #11763 fix(cli): fix write-heading-ids CLI when no files provided (@​slorber)
    • #11693 fix(core): Remove deprecated experiments.lazyBarrel config for RsPack (@​VedikaGupt)
    • #11604 fix(core): webpack aliases shouldn't be created for test files and typedefs (@​slorber)
    • #11603 fix(core): Fix openBrowser AppleScript support for Arc (@​slorber)
    • #11579 fix(core): in isInternalUrl(), URI protocol scheme detection should implement the spec more strictly (@​slorber)

... (truncated)

Changelog

Sourced from @​docusaurus/preset-classic's changelog.

3.10.0 (2026-04-07)

🚀 New Feature

  • docusaurus-types, docusaurus
    • #11896 feat(core): add future.v4.mdx1CompatDisabledByDefault flag (@​slorber)
    • #11797 feat(core): promote siteConfig.storage to stable + add future.v4.siteStorageNamespacing flag [Claude] (@​slorber)
    • #11571 feat(core): support custom html elements in head tags (@​lebalz)
  • create-docusaurus
    • #11897 feat(create-docusaurus): update init template to .mdx extension and strict MDX syntax (@​slorber)
    • #11696 feat(create-docusaurus): Newly initialized TS sites should use "strict: true" (@​slorber)
    • #11611 feat(create-docusaurus): enable creation in current directory (@​Mcheung7272)
  • Other
    • #11874 feat(ci): improve npm supply chain security - improve Dependabot config (@​slorber)
    • #11712 feat(publish): Use trusted publishing (OIDC) for canary releases (@​slorber)
  • create-docusaurus, docusaurus-bundler, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-plugin-pwa, docusaurus-types, docusaurus
    • #11802 feat(core): Docusaurus Faster is stable + v4 future flag turns it on by default (@​slorber)
  • docusaurus-mdx-loader, docusaurus-utils, docusaurus
    • #11777 feat(cli): write-heading-ids CLI now supports the --syntax and --migrate options (@​slorber)
  • docusaurus-mdx-loader
    • #11755 feat(mdx-loader): add support for explicit headingId based on MD/MDX comments (@​slorber)
  • docusaurus-theme-live-codeblock, docusaurus-theme-translations
  • docusaurus-theme-classic, docusaurus-theme-common
    • #11734 feat(theme): Split <DocCard>, improve extensibility, better handling of emoji icons, stable classNames (@​slorber)
    • #11733 feat(theme): Use React context for <Tabs>, allow custom <TabItem> components (@​slorber)
  • docusaurus-faster, docusaurus
    • #11715 feat(bundler): upgrade to Rspack 1.7, remove useless experimental feature flags (@​slorber)
  • docusaurus-plugin-content-pages
  • docusaurus-mdx-loader, docusaurus-theme-classic
    • #11642 feat(mdx-loader): add admonitions directive support for class/id shortcuts (@​lebalz)
  • docusaurus-theme-classic
  • docusaurus-theme-search-algolia
  • create-docusaurus, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-plugin-sitemap, docusaurus-types, docusaurus-utils, docusaurus
    • #11512 feat(core): New siteConfig future.experimental_vcs API + future.experimental_faster.gitEagerVcs flag (@​slorber)

🐛 Bug Fix

  • docusaurus

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 16, 2026
@github-actions github-actions Bot added the chore label Apr 16, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 16, 2026

Performance Report

Daily Performance
xychart-beta
    title Files Per Second by Day
    y-axis Files per Second
    x-axis Date [Mar-24, Mar-27, Mar-30, Apr-5, Apr-6, Apr-7, Apr-8, Apr-23]
    bar [187.93, 186.35, 188.30, 187.81, 188.42, 188.59, 189.84, 188.18]
    line [134.53, 140.55, 134.62, 134.19, 133.87, 138.14, 127.32, 148.44]
    line [100.37, 101.61, 103.43, 96.40, 102.92, 99.21, 100.52, 122.39]
    line [74.02, 77.10, 77.41, 77.73, 74.56, 80.16, 77.02, 78.88]
    line [19.37, 19.08, 19.88, 20.02, 19.41, 20.18, 18.41, 19.63]
    line [133.46, 130.91, 126.44, 128.14, 123.76, 136.62, 133.64, 119.09]
    line [220.91, 223.03, 217.84, 221.62, 223.63, 223.28, 229.16, 213.76]
    line [184.68, 174.16, 169.88, 182.89, 175.34, 157.18, 176.94, 190.14]
    line [15.15, 14.76, 15.30, 14.95, 14.57, 15.50, 15.41, 19.50]
    line [373.44, 379.72, 384.27, 373.30, 367.91, 366.55, 370.00, 353.22]
    line [89.20, 89.35, 90.00, 97.23, 85.82, 88.62, 91.77, 94.17]
    line [83.84, 81.84, 82.00, 81.46, 81.94, 77.93, 83.70, 80.92]
    line [66.34, 67.66, 67.35, 66.87, 67.74, 69.26, 70.15, 70.81]
    line [81.70, 81.36, 81.35, 81.81, 84.38, 83.54, 84.32, 82.73]
    line [31.17, 33.44, 33.97, 34.80, 34.26, 36.10, 36.17, 34.14]
    line [322.94, 325.27, 326.73, 321.72, 328.23, 343.02, 332.37, 327.69]
    line [48.92, 49.74, 47.82, 49.22, 48.87, 50.93, 44.38, 49.55]
    line [172.16, 173.35, 170.18, 172.81, 174.46, 178.10, 179.62, 180.65]
    line [215.41, 213.73, 216.98, 210.20, 214.91, 209.11, 216.00, 214.89]
    line [119.37, 123.63, 121.70, 126.05, 126.20, 126.46, 123.33, 122.68]
    line [43.55, 42.67, 44.21, 47.13, 41.53, 47.88, 44.28, 47.60]
    line [259.03, 264.42, 262.82, 259.51, 261.27, 249.89, 261.98, 256.36]
    line [235.98, 226.38, 241.62, 226.17, 248.01, 244.17, 242.46, 239.33]
    line [122.93, 128.82, 126.34, 127.91, 125.16, 122.83, 125.98, 129.71]
    line [173.35, 167.42, 171.49, 166.95, 170.01, 169.14, 165.39, 179.09]
    line [213.19, 200.65, 215.04, 210.95, 204.79, 206.43, 212.35, 200.12]
    line [244.28, 244.79, 237.77, 238.81, 234.08, 305.83, 243.57, 239.60]
    line [207.03, 210.21, 215.65, 213.52, 215.27, 213.92, 211.68, 209.78]
    line [130.81, 125.94, 125.76, 129.75, 128.69, 130.72, 130.46, 130.73]
    line [260.18, 248.06, 263.68, 253.34, 251.40, 240.71, 240.89, 262.95]
    line [413.72, 409.38, 416.05, 413.02, 410.36, 392.72, 397.99, 387.51]
    line [160.13, 161.83, 162.72, 161.59, 147.84, 148.71, 162.06, 156.78]
    line [6.25, 6.74, 6.77, 6.57, 6.61, 6.73, 7.00, 6.87]
    line [102.26, 104.28, 103.40, 98.55, 104.22, 103.59, 103.12, 109.43]
    line [96.73, 98.18, 91.72, 97.44, 96.14, 95.65, 98.60, 96.06]
    line [52.69, 54.36, 53.37, 53.82, 56.32, 55.94, 57.36, 57.32]
    line [23.19, 23.80, 24.02, 24.56, 23.07, 21.40, 24.14, 24.72]
    line [25.67, 25.63, 25.15, 26.46, 25.57, 26.37, 26.75, 25.24]
    line [38.08, 39.48, 40.18, 38.93, 38.36, 35.23, 41.88, 39.79]
    line [193.49, 184.99, 190.27, 189.55, 193.41, 185.15, 191.53, 193.87]
    line [354.09, 354.69, 357.70, 357.50, 356.42, 341.55, 355.72, 349.63]
    line [219.14, 221.19, 226.02, 217.73, 228.96, 203.68, 224.92, 232.14]
    line [147.78, 143.68, 144.97, 144.90, 146.68, 145.47, 146.56, 144.19]
    line [121.00, 118.77, 121.60, 123.74, 121.73, 120.16, 125.96, 120.09]
    line [36.99, 37.97, 35.69, 36.40, 35.82, 36.18, 37.44, 34.21]
    line [259.19, 264.34, 232.73, 257.73, 251.87, 240.02, 266.31, 254.41]
    line [230.81, 228.49, 228.09, 234.26, 231.70, 219.86, 232.88, 232.38]
    line [167.37, 175.14, 177.59, 179.11, 171.90, 177.30, 178.37, 127.59]
    line [217.42, 221.24, 216.32, 220.41, 218.02, 220.27, 210.30, 209.54]
    line [203.92, 196.82, 200.56, 195.13, 202.74, 197.17, 200.02, 205.35]
    line [169.37, 169.09, 172.70, 171.27, 171.33, 174.25, 173.31, 173.11]
Loading
Time to Process Files
Repository Elapsed Min/Avg/Max SD SD Graph
AdaDoom3/AdaDoom3 3.01 2.6 / 2.8 / 3.0 0.09 ┣━━┻━━╋━━┻━━●
alexiosc/megistos 7.05 6.8 / 7.1 / 7.5 0.21 ┣━━┻━●╋━━┻━━┫
apollographql/apollo-server 2.08 2.4 / 2.5 / 2.9 0.15 ● ┣━━┻━━╋━━┻━━┫
aspnetboilerplate/aspnetboilerplate 8.92 8.4 / 8.8 / 9.1 0.15 ┣━━┻━━╋━━●━━┫
aws-amplify/docs 12.26 9.6 / 11.9 / 12.9 0.68 ┣━━━┻━━╋━●┻━━━┫
Azure/azure-rest-api-specs 9.49 9.3 / 9.9 / 11.2 0.54 ┣━━━┻●━╋━━┻━━━┫
bitjson/typescript-starter 1.02 0.9 / 1.0 / 1.1 0.04 ┣━┻━●╋━━┻━┫
caddyserver/caddy 3.25 2.6 / 3.3 / 3.7 0.21 ┣━━┻━●╋━━┻━━┫
canada-ca/open-source-logiciel-libre 1.02 1.0 / 1.1 / 1.2 0.06 ┣━┻●━╋━━┻━┫
chef/chef 4.82 5.2 / 5.4 / 5.7 0.13 ● ┣━━┻━╋━┻━━┫
dart-lang/sdk 54.44 53.7 / 56.2 / 61.5 2.15 ┣━━━┻●━━╋━━━┻━━━┫
django/django 14.51 13.3 / 14.0 / 16.7 0.78 ┣━━━┻━━╋━●┻━━━┫
eslint/eslint 9.60 9.2 / 9.6 / 10.2 0.23 ┣━━┻━━●━━┻━━┫
exonum/exonum 3.43 3.3 / 3.4 / 3.8 0.11 ┣━━┻━━╋●━┻━━┫
flutter/samples 13.24 13.7 / 14.3 / 15.5 0.47 ●━━━┻━━╋━━┻━━━┫
gitbucket/gitbucket 3.48 3.0 / 3.2 / 3.6 0.14 ┣━━┻━━╋━━┻━━●
googleapis/google-cloud-cpp 120.87 118.2 / 121.9 / 131.2 3.10 ┣━━━┻━━●╋━━━┻━━━┫
graphql/express-graphql 1.05 1.0 / 1.1 / 1.3 0.07 ┣━┻●━╋━━┻━┫
graphql/graphql-js 2.50 2.6 / 2.7 / 2.9 0.09 ●┣━━┻━━╋━━┻━━┫
graphql/graphql-relay-js 1.11 1.0 / 1.1 / 1.3 0.06 ┣━┻━━╋●━┻━┫
graphql/graphql-spec 0.97 1.2 / 1.3 / 1.4 0.06 ● ┣━┻━╋━┻━┫
iluwatar/java-design-patterns 11.40 11.5 / 11.9 / 12.7 0.32 ┣●━┻━━╋━━┻━━┫
ktaranov/sqlserver-kit 6.06 5.6 / 6.0 / 6.4 0.22 ┣━━┻━━╋●━┻━━┫
liriliri/licia 4.07 3.7 / 3.8 / 4.0 0.09 ┣━━┻━━╋━━┻━━┫●
MartinThoma/LaTeX-examples 6.06 5.7 / 6.1 / 6.5 0.16 ┣━━┻━●╋━━┻━━┫
mdx-js/mdx 1.77 1.7 / 1.8 / 2.0 0.08 ┣━━┻●━╋━━┻━━┫
microsoft/TypeScript-Website 5.29 5.0 / 5.2 / 5.6 0.16 ┣━━┻━━╋━●┻━━┫
MicrosoftDocs/PowerShell-Docs 20.29 19.6 / 20.7 / 26.2 1.48 ┣━━┻━━●╋━━━┻━━┫
neovim/nvim-lspconfig 4.69 4.7 / 5.0 / 5.2 0.11 ●┣━━┻━━╋━━┻━━┫
pagekit/pagekit 3.54 3.3 / 3.4 / 3.5 0.07 ┣━━┻━━╋━━┻━━●
php/php-src 23.84 22.7 / 23.5 / 26.4 0.76 ┣━━━┻━━╋●━┻━━━┫
plasticrake/tplink-smarthome-api 1.25 1.1 / 1.3 / 1.4 0.07 ┣━┻━●╋━━┻━┫
prettier/prettier 7.64 7.4 / 7.5 / 7.8 0.13 ┣━━┻━━╋━━●━━┫
pycontribs/jira 1.38 1.4 / 1.5 / 1.7 0.08 ┣━●━━╋━━┻━┫
RustPython/RustPython 6.40 6.1 / 6.3 / 7.0 0.23 ┣━━┻━━╋●━┻━━┫
shoelace-style/shoelace 2.81 2.6 / 2.8 / 3.1 0.11 ┣━━┻━━╋●━┻━━┫
slint-ui/slint 13.87 13.0 / 13.4 / 14.1 0.27 ┣━━┻━━╋━━┻━━●
SoftwareBrothers/admin-bro 2.32 2.3 / 2.5 / 3.0 0.18 ┣━━●━━╋━━┻━━┫
sveltejs/svelte 22.47 20.3 / 21.1 / 23.3 0.72 ┣━━━┻━━╋━━┻━━━●
TheAlgorithms/Python 5.53 5.2 / 5.5 / 6.6 0.31 ┣━━┻━━●━━┻━━┫
twbs/bootstrap 1.67 1.7 / 1.8 / 1.9 0.07 ┣━●━━╋━━┻━┫
typescript-cheatsheets/react 1.33 1.3 / 1.4 / 1.5 0.07 ┣━┻━●╋━━┻━┫
typescript-eslint/typescript-eslint 4.04 3.9 / 4.0 / 4.2 0.09 ┣━━┻━━●━━┻━━┫
vitest-dev/vitest 10.98 10.3 / 11.1 / 13.3 0.72 ┣━━━┻━●╋━━┻━━━┫
w3c/aria-practices 3.19 3.1 / 3.3 / 3.6 0.14 ┣━━┻●━╋━━┻━━┫
w3c/specberus 1.80 1.8 / 1.9 / 2.2 0.11 ┣━━●━━╋━━┻━━┫
webdeveric/webpack-assets-manifest 1.16 1.1 / 1.2 / 1.4 0.09 ┣━●━━╋━━┻━┫
webpack/webpack 4.98 5.0 / 5.2 / 5.6 0.20 ┣━━●━━╋━━┻━━┫
wireapp/wire-desktop 1.32 1.2 / 1.3 / 1.6 0.09 ┣━┻━━●━━┻━┫
wireapp/wire-webapp 11.40 10.9 / 11.3 / 12.6 0.45 ┣━━━┻━━●━━┻━━━┫

Note:

  • Elapsed time is in seconds.
Files per Second over Time
Repository Files Sec Fps Rel Trend Fps N
AdaDoom3/AdaDoom3 103 3.01 34.21 -7.13% ▇▅▇▆██▇▇▄▆▆▇▅▅▆▄▆▇▄ 18
alexiosc/megistos 583 7.05 82.73 0.72% ▇▆▅▄██▅▅▇▅▅▅▇▇▇█▇▇▇ 18
apollographql/apollo-server 254 2.08 122.39 21.90% ▅▄▄▅▅▅▂▅▅▅▅▃▂▄▄▅▄▄█ 18
aspnetboilerplate/aspnetboilerplate 2286 8.92 256.36 -1.76% ▆▆▆▇▇▆▇█▇▇▅▇▇▆▆▆▅▇▆ 18
aws-amplify/docs 2937 12.26 239.60 -2.10% ▄▃▄▄▄▄▃▄▃▃▃▃▃▃▂▃█▃▃ 18
Azure/azure-rest-api-specs 2495 9.49 262.95 4.12% █▆█▃█▇▄██▇▆▆▆█▇▆▅▅█ 18
bitjson/typescript-starter 20 1.02 19.63 0.74% ▅▅▆▆▆▅▄▃▇▅█▆▅▅▆▅▆▄▆ 18
caddyserver/caddy 306 3.25 94.17 3.65% ▃▄▃▄▃▃▃▄▃▄▄█▄▃▃▂▃▄▄ 18
canada-ca/open-source-logiciel-libre 7 1.02 6.87 3.73% ▆▄▃█▆▄▆▅▆▆▆▆▄▅▅▆▆▇▆ 18
chef/chef 1030 4.82 213.76 -3.80% ▇▆▆▇▆▅▇▇▄▇▆▇▅▇▅█▇█▅ 18
dart-lang/sdk 11179 54.44 205.35 3.25% █▇▇▇▇▄▇▅█▆▆▇▇▄▇▇▆▇█ 18
django/django 2903 14.51 200.12 -3.81% ▇█▇██▆▆▃▇█▇▇██▇▆▇▇▆ 18
eslint/eslint 2062 9.60 214.89 0.61% ▆▆█▆▇▇▆▅█▆▇▄▆▆▇▇▆▇▇ 18
exonum/exonum 421 3.43 122.68 -0.80% ▆▄█▇▇▇▇▆▆▇▇█▇████▇▇ 18
flutter/samples 1689 13.24 127.59 -27.07% ▄▇▄▆▆▇█▆▇▇▇▇▇█▆▇▇▇ 18
gitbucket/gitbucket 415 3.48 119.09 -8.32% ██▇▇▆▇▇▇▅▆▆▅▇▇▃▇█▇▄ 18
googleapis/google-cloud-cpp 20924 120.87 173.11 1.36% ▄██▆▆▇█▆▇█▇▇▇▇█▆██▇ 18
graphql/express-graphql 26 1.05 24.72 4.33% ▆▆▄▇▇▆▄▇▆▆▇▇█▆▂█▄▆▇ 18
graphql/graphql-js 371 2.50 148.44 9.26% ▅▅▆▇▆▅▇▆▄▆▄▆▄▆▄▆▆▃█ 18
graphql/graphql-relay-js 28 1.11 25.24 -2.40% ▅▇▇▇▇▃█▆▆▆▆▇██▆▆▇▇▆ 18
graphql/graphql-spec 19 0.97 19.50 30.17% ▄▄▃▂▄▄▄▃▄▄▄▄▅▂▃▄▄▄█ 18
iluwatar/java-design-patterns 2060 11.40 180.65 4.18% █▅▆▇▇▇▆▄▅▆▅▇▇▆▇▇███ 18
ktaranov/sqlserver-kit 490 6.06 80.92 -1.32% █▅▇▇▄█▅▆▇▅▆█▄▆▆▆▄▇▆ 18
liriliri/licia 1437 4.07 353.22 -5.85% ▅█▅█▆▅█▇▇▇▇▇▅▆▅▅▅▆▄ 18
MartinThoma/LaTeX-examples 1409 6.06 232.38 0.93% ▆▆▆▄▅▆▆▆▅▆▅█▆▇▆▆▄▆▆ 18
mdx-js/mdx 140 1.77 78.88 2.92% ▄▅▅▅█▄▄█▇▅▇▆▃█▆▄▇▆▇ 18
microsoft/TypeScript-Website 763 5.29 144.19 -0.82% █▇▇█▆█▅▄▇▆█▄▆██▇▇▇▆ 18
MicrosoftDocs/PowerShell-Docs 2652 20.29 130.73 1.82% ▆███▇█▂██▅███▆▇▇▇▇▇ 18
neovim/nvim-lspconfig 840 4.69 179.09 5.95% ▆█▇▇▅▅▅▆▇▆▆▆▄▅▆▇▆▅█ 18
pagekit/pagekit 741 3.54 209.54 -4.26% ▅▇▇██▅██▇▆█▇▇█▇▇▇▅▅ 18
php/php-src 2290 23.84 96.06 -0.68% ▇▇▇█▇█▇▇▃▇▇▇▇█▇▆▇█▇ 18
plasticrake/tplink-smarthome-api 62 1.25 49.55 1.24% ▄▆▆█▅▃█▄▅▅▆▆▅▅▄▇▆▃▆ 18
prettier/prettier 2671 7.64 349.63 -1.53% ▆▇█▇██▅▇▇███▇▇▇█▅▇▆ 18
pycontribs/jira 79 1.38 57.32 5.53% ▇▄▆▇█▃▇█▆▆█▅▆▇█▇▇██ 18
RustPython/RustPython 769 6.40 120.09 -1.05% █▆▆█▆▃▆▇▆██▇█▇▇▇▇█▆ 18
shoelace-style/shoelace 440 2.81 156.78 -1.59% █▅▇█▇▆▇▆▇▇▇▆█▇▅▃▄▇▆ 18
slint-ui/slint 2910 13.87 209.78 -0.99% █▄▆▆▆▇▆▇█▇▇█▇▇█▇▇▇▆ 18
SoftwareBrothers/admin-bro 441 2.32 190.14 7.60% ▇▇▇▅▂█▆▇▄▆▇█▆▆▆▆▄▆█ 18
sveltejs/svelte 8708 22.47 387.51 -5.53% ▇████▄▇██▇▇█▇██▆▆▆▅ 18
TheAlgorithms/Python 1407 5.53 254.41 -0.57% █▇▆▇████▃▆▇▇▆▇▆▇▅█▇ 18
twbs/bootstrap 118 1.67 70.81 4.95% ▅▅▆▅▇█▄█▇▅▆▄█▆▇▆▇██ 18
typescript-cheatsheets/react 53 1.33 39.79 2.08% ▅▆▅▇▆▇▇▄▇▇▇▆▇▄▆▅▃█▇ 18
typescript-eslint/typescript-eslint 1323 4.04 327.69 0.53% ▆▅▆▅▆▆▇▆▇▅▄▅▅▇▆▆█▇▆ 18
vitest-dev/vitest 2627 10.98 239.33 2.32% █▆▆▅▄▅█▅▇▇▇▆▆▂▇█▇▇▇ 18
w3c/aria-practices 414 3.19 129.71 2.57% ▇▇▃█▆▇█▇▅███▅█▇▆▆▆▇ 18
w3c/specberus 197 1.80 109.43 6.80% ▅▇▆█▃▇▆█▆▆▇▅▄▄▆▇▆▆█ 18
webdeveric/webpack-assets-manifest 55 1.16 47.60 7.61% ▅▇▂▃▃▄█▄▆▄▇▇▆▇▄▄▇▅▇ 18
webpack/webpack 1157 4.98 232.14 5.18% ▅█▆▆▆█▇▆▇█▄▇▇▅▇█▄▇█ 18
wireapp/wire-desktop 45 1.32 34.14 0.95% ▅▂▇▇▇▆▄██▆▇▇▇█▆▇██▇ 18
wireapp/wire-webapp 2210 11.40 193.87 2.41% █▇▇▃▇▇█▆▇▇██▅█▇█▆▇█ 18
Data Throughput
Repository Files Sec Kps Rel Trend Kps N
AdaDoom3/AdaDoom3 103 3.01 727.03 -7.13% ▇▅▇▆██▇▇▄▆▆▇▅▅▆▄▆▇▄ 18
alexiosc/megistos 583 7.05 650.03 0.72% ▇▆▅▄██▅▅▇▅▅▅▇▇▇█▇▇▇ 18
apollographql/apollo-server 254 2.08 1009.96 22.14% ▅▄▄▅▅▅▂▅▅▅▅▃▂▅▄▅▄▄█ 18
aspnetboilerplate/aspnetboilerplate 2286 8.92 623.75 -1.76% ▆▆▆▇▇▆▇█▇▇▅▇▇▆▆▆▅▇▆ 18
aws-amplify/docs 2937 12.26 843.70 -1.71% ▃▃▄▄▄▄▃▄▃▃▃▃▃▃▂▃█▃▃ 18
Azure/azure-rest-api-specs 2495 9.49 775.89 4.46% █▆█▃█▇▄██▇▆▆▆█▇▆▅▅█ 18
bitjson/typescript-starter 20 1.02 78.51 0.74% ▅▅▆▆▆▅▄▃▇▅█▆▅▅▆▅▆▄▆ 18
caddyserver/caddy 306 3.25 837.65 3.65% ▃▄▃▄▃▃▃▄▃▄▄█▄▃▃▂▃▄▄ 18
canada-ca/open-source-logiciel-libre 7 1.02 56.91 3.73% ▆▄▃█▆▄▆▅▆▆▆▆▄▅▅▆▆▇▆ 18
chef/chef 1030 4.82 1043.48 0.04% ▇▆▆▇▆▅▇▇▄▇▆▇▅▇▅█▇█▆ 18
dart-lang/sdk 11179 54.44 1390.49 3.43% █▇▇▇▇▄▇▅█▆▆█▇▄▇▇▆▇█ 18
django/django 2903 14.51 1272.42 -3.48% ▇█▇██▆▆▃▇█▇▇██▇▆▇▇▆ 18
eslint/eslint 2062 9.60 1491.22 0.54% ▆▆█▆▇▇▆▅█▆▇▄▆▆▇▇▆▇▇ 18
exonum/exonum 421 3.43 1173.43 -0.80% ▆▄█▇▇▇▇▆▆▇▇█▇████▇▇ 18
flutter/samples 1689 13.24 765.92 -49.22% ▄▇▄▆▆▇█▆▇▇▇▇▇█▆▇▇▇ 18
gitbucket/gitbucket 415 3.48 551.85 -8.08% ██▇▇▆▇▇▇▅▆▆▅▇▇▃▇█▇▄ 18
googleapis/google-cloud-cpp 20924 120.87 1475.33 2.08% ▄██▆▆▇█▆▇█▇▇▇▇█▆███ 18
graphql/express-graphql 26 1.05 113.14 4.33% ▆▆▄▇▇▆▄▇▆▆▇▇█▆▂█▄▆▇ 18
graphql/graphql-js 371 2.50 870.25 9.29% ▅▅▆▇▆▅▇▆▄▆▄▆▄▆▄▆▆▃█ 18
graphql/graphql-relay-js 28 1.11 99.17 -2.40% ▅▇▇▇▇▃█▆▆▆▆▇██▆▆▇▇▆ 18
graphql/graphql-spec 19 0.97 650.78 30.17% ▄▄▃▂▄▄▄▃▄▄▄▄▅▂▃▄▄▄█ 18
iluwatar/java-design-patterns 2060 11.40 556.78 4.18% █▅▆▇▇▇▆▄▅▆▅▇▇▆▇▇███ 18
ktaranov/sqlserver-kit 490 6.06 1225.86 -1.32% █▅▇▇▄█▅▆▇▅▆█▄▆▆▆▄▇▆ 18
liriliri/licia 1437 4.07 420.81 -5.85% ▅█▅█▆▅█▇▇▇▇▇▅▆▅▅▅▆▄ 18
MartinThoma/LaTeX-examples 1409 6.06 479.92 0.93% ▆▆▆▄▅▆▆▆▅▆▅█▆▇▆▆▄▆▆ 18
mdx-js/mdx 140 1.77 369.61 3.07% ▄▅▅▅█▄▄█▇▅▇▆▃█▆▄▇▆▇ 18
microsoft/TypeScript-Website 763 5.29 995.69 -0.92% █▇▇█▆█▅▄▇▆█▄▆██▇▇▇▆ 18
MicrosoftDocs/PowerShell-Docs 2652 20.29 1371.00 2.03% ▆███▇█▂██▅███▆▇▇▇▇▇ 18
neovim/nvim-lspconfig 840 4.69 484.17 6.39% ▆▇▇▆▅▅▅▅▇▆▆▆▄▅▅▇▆▅█ 18
pagekit/pagekit 741 3.54 436.89 -4.26% ▅▇▇██▅██▇▆█▇▇█▇▇▇▅▅ 18
php/php-src 2290 23.84 1685.79 -0.08% ▇▇▇█▇█▇▇▃▇▇▇▇█▇▆▇█▇ 18
plasticrake/tplink-smarthome-api 62 1.25 267.73 1.24% ▄▆▆█▅▃█▄▅▅▆▆▅▅▄▇▆▃▆ 18
prettier/prettier 2671 7.64 480.53 -1.55% ▆▇█▇██▅▇▇███▇▇▇█▅▇▆ 18
pycontribs/jira 79 1.38 406.34 5.53% ▇▄▆▇█▃▇█▆▆█▅▆▇█▇▇██ 18
RustPython/RustPython 769 6.40 1916.28 0.95% █▆▆█▆▃▆▇▆██▇█▇▇▇▇█▇ 18
shoelace-style/shoelace 440 2.81 756.83 -1.57% █▅▇█▇▆▇▆▇▇▇▆█▇▅▃▄▇▆ 18
slint-ui/slint 2910 13.87 1313.95 -1.12% █▅▆▆▇█▆▇█▇▇█▇▆█▇▇▇▆ 18
SoftwareBrothers/admin-bro 441 2.32 419.09 7.60% ▇▇▇▅▂█▆▇▄▆▇█▆▆▆▆▄▆█ 18
sveltejs/svelte 8708 22.47 263.09 -5.35% ▇████▄▇██▇▇█▇██▆▆▆▅ 18
TheAlgorithms/Python 1407 5.53 649.66 -0.57% █▇▆▇████▃▆▇▇▆▇▆▇▅█▇ 18
twbs/bootstrap 118 1.67 581.47 4.95% ▅▅▆▅▇█▄█▇▅▆▄█▆▇▆▇██ 18
typescript-cheatsheets/react 53 1.33 295.03 2.08% ▅▆▅▇▆▇▇▄▇▇▇▆▇▄▆▅▃█▇ 18
typescript-eslint/typescript-eslint 1323 4.04 1738.51 1.06% ▆▆▆▅▆▆█▆▇▅▅▅▅▇▆▆█▇▇ 18
vitest-dev/vitest 2627 10.98 741.22 3.81% █▆▆▅▄▅█▅▇▇▇▆▆▂▇█▇▇▇ 18
w3c/aria-practices 414 3.19 1211.60 2.57% ▇▇▃█▆▇█▇▅███▅█▇▆▆▆▇ 18
w3c/specberus 197 1.80 358.28 5.63% ▅▇▆█▃▇▆█▆▆▆▅▄▄▆▇▆▆▇ 18
webdeveric/webpack-assets-manifest 55 1.16 109.04 6.75% ▅▇▂▃▃▄█▄▆▄▆▇▅▇▃▄▇▅▆ 18
webpack/webpack 1157 4.98 1128.19 8.80% ▄▇▅▅▅▇▆▆▆▇▃▆▆▅▆▇▃▆█ 18
wireapp/wire-desktop 45 1.32 150.20 0.42% ▅▂▇▇▇▆▅██▆▆▇▇█▆▇██▇ 18
wireapp/wire-webapp 2210 11.40 795.39 5.58% ▇▆▇▃▆▆▇▅▆▆▇▇▄▇▆█▆▇█ 18

… 8 updates

Bumps the production-dependencies group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [tinyglobby](https://github.com/SuperchupuDev/tinyglobby) | `0.2.15` | `0.2.16` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.2.4` | `19.2.5` |
| [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) | `3.35.2` | `3.36.0` |
| [@docusaurus/core](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus) | `3.9.2` | `3.10.0` |
| [@docusaurus/plugin-client-redirects](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-plugin-client-redirects) | `3.9.2` | `3.10.0` |
| [@docusaurus/preset-classic](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic) | `3.9.2` | `3.10.0` |
| [@docusaurus/remark-plugin-npm2yarn](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-remark-plugin-npm2yarn) | `3.9.2` | `3.10.0` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.2.4` | `19.2.5` |



Updates `tinyglobby` from 0.2.15 to 0.2.16
- [Release notes](https://github.com/SuperchupuDev/tinyglobby/releases)
- [Changelog](https://github.com/SuperchupuDev/tinyglobby/blob/main/CHANGELOG.md)
- [Commits](SuperchupuDev/tinyglobby@0.2.15...0.2.16)

Updates `react` from 19.2.4 to 19.2.5
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.5/packages/react)

Updates `simple-git` from 3.35.2 to 3.36.0
- [Release notes](https://github.com/steveukx/git-js/releases)
- [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md)
- [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.36.0/simple-git)

Updates `@docusaurus/core` from 3.9.2 to 3.10.0
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.10.0/packages/docusaurus)

Updates `@docusaurus/plugin-client-redirects` from 3.9.2 to 3.10.0
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.10.0/packages/docusaurus-plugin-client-redirects)

Updates `@docusaurus/preset-classic` from 3.9.2 to 3.10.0
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.10.0/packages/docusaurus-preset-classic)

Updates `@docusaurus/remark-plugin-npm2yarn` from 3.9.2 to 3.10.0
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.10.0/packages/docusaurus-remark-plugin-npm2yarn)

Updates `react-dom` from 19.2.4 to 19.2.5
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.5/packages/react-dom)

---
updated-dependencies:
- dependency-name: "@docusaurus/core"
  dependency-version: 3.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@docusaurus/plugin-client-redirects"
  dependency-version: 3.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@docusaurus/preset-classic"
  dependency-version: 3.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@docusaurus/remark-plugin-npm2yarn"
  dependency-version: 3.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: react
  dependency-version: 19.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: react-dom
  dependency-version: 19.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: simple-git
  dependency-version: 3.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: tinyglobby
  dependency-version: 0.2.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/production-dependencies-6eda008010 branch from f47e84c to b09382e Compare April 23, 2026 23:20
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 30, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Apr 30, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/production-dependencies-6eda008010 branch April 30, 2026 23:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants